1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <OutputType>Library</OutputType>
8 <AppDesignerFolder>Properties</AppDesignerFolder>
9 <RootNamespace>Company.CSVSPackageStatusBar</RootNamespace>
10 <AssemblyName>CSVSPackageStatusBar</AssemblyName>
11 <SignAssembly>False</SignAssembly>
12 <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <ProjectGuid>{C5296B10-F876-4A49-8883-A4255ABCB3C5}</ProjectGuid>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>..\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>..\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <RunCodeAnalysis>true</RunCodeAnalysis>
35 <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
36 <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
37 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
38 <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
39 <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
40 <Reference Include="Microsoft.VisualStudio.Shell.9.0" />
41 <Reference Include="System" />
42 <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 <Reference Include="System.Data" />
46 <Reference Include="System.Design" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
52 <Compile Include="MyControl.cs">
53 <SubType>UserControl</SubType>
55 <Compile Include="MyControl.Designer.cs">
56 <DependentUpon>MyControl.cs</DependentUpon>
58 <Compile Include="MyToolWindow.cs" />
59 <Compile Include="Guids.cs" />
60 <Compile Include="Resources.Designer.cs">
61 <AutoGen>True</AutoGen>
62 <DesignTime>True</DesignTime>
63 <DependentUpon>Resources.resx</DependentUpon>
65 <Compile Include="GlobalSuppressions.cs" />
66 <Compile Include="CSVSPackageStatusBarPackage.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 <Compile Include="PkgCmdID.cs" />
71 <EmbeddedResource Include="MyControl.resx">
72 <DependentUpon>MyControl.cs</DependentUpon>
74 <EmbeddedResource Include="Resources.resx">
75 <Generator>ResXFileCodeGenerator</Generator>
76 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
77 <SubType>Designer</SubType>
79 <EmbeddedResource Include="VSPackage.resx">
80 <MergeWithCTO>true</MergeWithCTO>
84 <VSCTCompile Include="CSVSPackageStatusBar.vsct">
85 <ResourceName>1000</ResourceName>
89 <None Include="Key.snk" />
90 <None Include="Resources\Images_32bit.bmp" />
91 <None Include="Resources\Images_24bit.bmp" />
94 <Content Include="ReadMe.txt" />
95 <Content Include="Resources\Package.ico" />
99 To specify a different registry root to register your package, uncomment the TargetRegistryRoot
100 tag and specify a registry root in it.
101 <TargetRegistryRoot></TargetRegistryRoot>
103 <RegisterOutputPackage>true</RegisterOutputPackage>
104 <RegisterWithCodebase>true</RegisterWithCodebase>
106 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
107 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\VSSDK\Microsoft.VsSDK.targets" />
108 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild">
112 <Target Name="AfterBuild">